PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowAnnotationContent Class / PDFFlowAnnotationContent Constructor / PDFFlowAnnotationContent Constructor(PDFAnnotation,double,double)
Annotation to draw in the document.
Width of displayed annotation.
Height of displayed annotation.
In This Topic
    PDFFlowAnnotationContent Constructor(PDFAnnotation,double,double)
    In This Topic
    Initializes a new PDFFlowAnnotationContent object.
    Syntax
    public PDFFlowAnnotationContent( 
       PDFAnnotation annotation,
       double width,
       double height
    )

    Parameters

    annotation
    Annotation to draw in the document.
    width
    Width of displayed annotation.
    height
    Height of displayed annotation.
    See Also